Skip to content

Deprecate azure-resourcemanager-trustedsigning and standardize notice metadata#49387

Open
Copilot wants to merge 3 commits into
mainfrom
copilot/deprecate-trustedsign
Open

Deprecate azure-resourcemanager-trustedsigning and standardize notice metadata#49387
Copilot wants to merge 3 commits into
mainfrom
copilot/deprecate-trustedsign

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 5, 2026

This change applies the Java deprecation process to azure-resourcemanager-trustedsigning, including migration guidance to azure-resourcemanager-artifactsigning. It also normalizes the deprecation date format to YYYY-MM-DD and keeps package versioning aligned at 1.0.0-beta.2.

  • Deprecation notice rollout

    • Added deprecation notice to:
      • sdk/trustedsigning/azure-resourcemanager-trustedsigning/README.md
      • sdk/trustedsigning/azure-resourcemanager-trustedsigning/pom.xml (<description>)
      • sdk/trustedsigning/azure-resourcemanager-trustedsigning/CHANGELOG.md
    • Notice includes:
      • End-of-maintenance date: 2026-02-10
      • Migration target: azure-resourcemanager-artifactsigning
      • Support policy link: https://aka.ms/azsdk/support-policies
  • Versioning consistency

    • Kept package version at 1.0.0-beta.2 in:
      • sdk/trustedsigning/azure-resourcemanager-trustedsigning/pom.xml
      • README dependency snippet
      • eng/versioning/version_client.txt
    • Retained changelog top entry as ## 1.0.0-beta.2 (Unreleased).
  • Example of applied deprecation text

    <description>Please note, this package has been deprecated and will no longer be maintained after 2026-02-10. We encourage you to upgrade to the replacement package, azure-resourcemanager-artifactsigning, to continue receiving updates. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details. ...</description>

Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com>
Copilot AI changed the title Deprecate azure-resourcemanager-trustedsigning and guide migration to artifactsigning Deprecate azure-resourcemanager-trustedsigning and direct users to azure-resourcemanager-artifactsigning Jun 5, 2026
Copilot AI requested a review from weidongxu-microsoft June 5, 2026 08:38
Copilot AI and others added 2 commits June 5, 2026 08:43
Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com>
Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com>
Copilot AI changed the title Deprecate azure-resourcemanager-trustedsigning and direct users to azure-resourcemanager-artifactsigning Deprecate azure-resourcemanager-trustedsigning and standardize notice metadata Jun 5, 2026
@weidongxu-microsoft weidongxu-microsoft marked this pull request as ready for review June 5, 2026 09:13
Copilot AI review requested due to automatic review settings June 5, 2026 09:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR applies the Azure SDK for Java deprecation notice pattern to azure-resourcemanager-trustedsigning, adding consistent end-of-maintenance and migration messaging (including a normalized YYYY-MM-DD date) across the package’s README, POM metadata, and changelog, while keeping the README dependency snippet aligned with the package’s current 1.0.0-beta.2 version.

Changes:

  • Added a top-of-file deprecation notice (with EOM date 2026-02-10, replacement package, and support policy link) to the package README.
  • Prepended the same deprecation messaging to the Maven <description> metadata in pom.xml.
  • Added the deprecation notice entry to CHANGELOG.md under the current unreleased version section.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
sdk/trustedsigning/azure-resourcemanager-trustedsigning/README.md Adds a deprecation notice and updates the dependency version snippet to 1.0.0-beta.2.
sdk/trustedsigning/azure-resourcemanager-trustedsigning/pom.xml Adds deprecation messaging to the published Maven <description> metadata.
sdk/trustedsigning/azure-resourcemanager-trustedsigning/CHANGELOG.md Adds a deprecation notice entry under 1.0.0-beta.2 (Unreleased).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants